home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / lan / merc130.zip / MERCBIND.INI < prev    next >
INI File  |  1996-06-17  |  5KB  |  109 lines

  1. #  Sample Bindery Mode MERCURY.INI file (in fact, the one I use on
  2. #  my production server). This one implements most of the possible
  3. #  switches for each module, but you can edit it to do less if you
  4. #  wish. All the fields shown below are described in the file
  5. #  MGUIDE.EXE which is supplied in the Mercury archive.
  6. #
  7. #  Anything after a '#' to the end of the line is a comment and
  8. #  is stripped out before parsing. Trailing and leading whitespace
  9. #  is also stripped before parsing.
  10.  
  11.  
  12. [General]
  13. myname:      urania.pmail.gen.nz  # Canonical name for this server
  14. timezone:    +1100                # Time Zone to add to date fields
  15. file_api:    1                    # Use the file api instead of queues
  16. mailqueue:   SYS:SMTPMAIL         # Where mail should be put for delivery
  17. smtpqueue:   SYS:SMTPMAIL         # Where the SMTP client should look for mail
  18. # debug:       1
  19. # mailqueue: TEMPQ
  20. # smtpqueue: TEMPQ
  21.                                   # note: smtpqueue and mailqueue can be the same
  22.  
  23. [Mercury]
  24. failfile:     SYS:SYSTEM/MERCURY/FAILURE.MER  # Delivery failure notification template
  25. confirmfile:  SYS:SYSTEM/MERCURY/CONFIRM.MER  # Delivery confirmation template
  26. aliasfile:    SYS:SYSTEM/MERCURY/ALIAS.MER    # System-wide alias file
  27. synfile:      SYS:SYSTEM/MERCURY/SYNONYM.MER  # User synonym database
  28. listfile:     SYS:SYSTEM/MERCURY/LISTS.MER    # List of lists
  29. logfile:      SYS:SYSTEM/MERCURY/MERCURY.LOG  # Traffic logging file
  30. bitnethost:   cunyvm.cuny.edu      # Relay host for ".bitnet" rewrites
  31. poll:         10                   # Seconds between queue polling cycles
  32. scratch:      SYS:SYSTEM/MERCURY   # Where we can write temp files
  33. switch:       2                    # number of ms to yield per op on heavy I/O
  34. returnlines:  15                   # How many lines of failed messages to return
  35. postmaster:   DAVID                # NetWare UIC of postmaster
  36. broadcast:    1                    # Yes, we want broadcast notifications, but
  37. receipts:     0                    # ... no broadcasts for receipt confirmations
  38. PM_notify:    1                    # Do/Don't send errors to the postmaster
  39. change_owner: 1                    # Change message ownership to recipient
  40. noticeboards: SYS:PUBLIC/NB        # Where to find Pegasus Mail noticeboards
  41.  
  42. [MercuryC]
  43. host:        192.156.225.2        # mail mail host which relays for us
  44. scratch:     SYS:SYSTEM/MERCURY   # Where we can write temp files
  45. poll:        30                   # Seconds between queue polling cycles
  46. switch:      2                    # number of ms to yield per op on heavy I/O
  47. returnlines: 15                   # How many lines of failed messages to return
  48. failfile:    SYS:SYSTEM/MERCURY/FAILURE.MER  # Delivery failure template
  49. esmtp:       1                    # Yes, we want to use ESMTP extensions
  50.  
  51.  
  52. [MercuryS]
  53. switch:      2
  54. debug:       1                    # Whether or not to show session progress
  55. allow:       192.156.225.2        # A machine we WILL permit to connect
  56. refuse:      192.156.225.0        # A group of machines we WON'T permit.
  57. logfile:     SYS:SYSTEM/MERCURY/MERCURYS.LOG
  58. size:        1500000
  59.  
  60.  
  61. [MercuryP]
  62. scratch              :     SYS:SYSTEM/MERCURY
  63. switch               :     2
  64.  
  65.  
  66. #  The [Groups] section allows you to make certain NetWare groups
  67. #  on your server available under Internet addresses. When mail is
  68. #  sent to such a group, it is distributed to all the members of
  69. #  that group. The format of the section is the name which Mercury
  70. #  should use as the Internet name of the group on the left hand
  71. #  side and the actual NetWare group name on the right hand side.
  72. #  This section is optional.
  73.  
  74. [Groups]
  75. testgroup            :     TESTGRP
  76.  
  77.  
  78. #  The [Domains] section: Mercury uses the entries in this section to
  79. #  work out what addresses it should regard as local (i.e, to which it
  80. #  should attempt delivery rather than passing it on). The section is
  81. #  simply a table that maps Internet domain names onto the servers
  82. #  that are associated with that Internet domain. Note that at this
  83. #  stage the NLM version of Mercury can only deliver to the server on
  84. #  which it is running.
  85.  
  86. [Domains]
  87. # NetWare Server           Domain name
  88. THALIA               :     THALIA
  89. THALIA               :     urania
  90. THALIA               :     urania.pmail.gen.nz
  91. THALIA               :     thalia.pmail.gen.nz
  92. THALIA               :     pmail.gen.nz
  93. THALIA               :     [192.156.225.16]
  94.  
  95.  
  96. [Rewrite]
  97. *                    : pmail.gen.nz
  98.  
  99.  
  100. [Maiser]
  101. Maiser               :     Maiser
  102. Helpfile             :     SYS:SYSTEM/MERCURY/MAISER.HLP
  103. Lookupfile           :     SYS:SYSTEM/MERCURY/MAISER.LKP
  104. Send_dir             :     SYS:SYSTEM/MERCURY/SENDABLE
  105. Logfile              :     SYS:SYSTEM/MERCURY/MAISER.LOG
  106. Notify               :     SYS:SYSTEM/MERCURY/TMP
  107. Local_only           :     Y
  108.  
  109.